home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sprite 1984 - 1993
/
Sprite 1984 - 1993.iso
/
src
/
cmds
/
more
/
Makefile
< prev
next >
Wrap
Makefile
|
1989-10-03
|
1KB
|
41 lines
#
# Prototype Makefile for cmds/* directories. It permits the command to
# be compiled for multiple target machines, with one subdirectory of
# the form "sun2.md" that holds the object files and machine-specific
# sources (if any) for each target machine.
#
# This Makefile is automatically generated.
# DO NOT EDIT IT OR YOU MAY LOSE YOUR CHANGES.
#
# Generated from /sprite/lib/mkmf/Makefile.command
# Tue Oct 3 16:39:50 PDT 1989
#
# For more information, refer to the mkmf manual page.
#
# $Header: /sprite/lib/mkmf/RCS/Makefile.command,v 1.7 89/08/18 11:21:38 douglis Exp Locker: rab $ SPRITE (Berkeley)
#
# Allow mkmf
MACHINES = ds3100 spur sun3 sun4
MAKEFILE = Makefile
MANPAGES = more.man
NAME = more
SYSMAKEFILE = command.mk
TM ?= $(MACHINE)
TYPE = sprite
DISTDIR ?= /dist/sprite/src/cmds/more
#if exists($(TM).md/md.mk)
#include "$(TM).md/md.mk"
#endif
#if exists(local.mk)
#include "local.mk"
#else
#include <$(SYSMAKEFILE)>
#endif
#if exists($(TM).md/dependencies.mk)
#include "$(TM).md/dependencies.mk"
#endif